body { 

    font-family: Georgia, "Times New Roman", 

          Times, serif; 

    color: lightcyan; 
    font-size: 25px;
    background-color: lightblue;} 

  h1 { 

    font-family: Helvetica, Geneva, Arial, 

          SunSans-Regular, sans-serif;
    color: darkcyan; text-align: center;
    font-size: 60px;
    border: darkcyan 5px solid;
    background-color: aliceblue;
        }
  h2 {

    font-family: Caesar Dressing;
    font-size: 50px;
    color: aliceblue;
    text-decoration:underline;
    text-decoration-color: darkcyan;
    text-decoration-thickness: 5 px;
    text-align: center;
        }
  h3 {
    font-family: "ZCOOL KuaiLe", cursive;
    font-size: 40px;
    color: aliceblue;
    text-align: center;
        }
  h4 {
    font-family: "Pacifico", cursive;
    font-size: 30px;
    color: lightcyan;
    text-align: center;
    background-color: darkcyan;
        }
